home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // SplPage.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSplinePage dialog
-
- class CSplinePage : public CDialog
- {
- // Construction
- public:
- CSplinePage(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSplinePage)
- enum { IDD = IDD_PP_SPLINE };
- UINT m_nSegments;
- BOOL m_bControlPoints;
- BOOL m_bFrame;
- BOOL m_bSmoothing;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSplinePage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CSplinePage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-